dsh-plugin-clinic:给 DeepSeek Harness 插件集做只读体检
dsh-plugin-clinic 是 DeepSeek Harness 的一个 MIT 许可插件,专注于提供只读的插件健康检查。它不执行修复或写入外部状态,而是通过加载器、依赖、运行时等多维度评估已安装插件集合的稳定性风险。核心功能包括模型工具 `plugin_health`、Web 仪表板中的“体检”标签页,以及供 CI 和脚本使用的 JSON 报告。该插件提供 8 项只读检查,如负载健康、捆绑清单、对等依赖、运行时兼容性等,并支持通过简单的 npm 命令安装与升级。配置项灵活,可限定诊断范围及启用特定路由。用户可通过会话指令、Web GUI 或 HTTP 接口获取详细的诊断结果。需注意,
Read Moredsh-plugin-check: DSH Plugin Repository Read-Only Health Check
The DSH networking tool plugin maintained by omdsh-dev registers a plugin_check tool that performs read-only static scanning on the plugin repository. It covers 33 checks including manifest protocols, patch formats, build pitfalls, and hub inclusion, outputting a JSON compliance report. It supports three actions: check, scan, and schema. It is recommended to install via Profile Bundle to a web or headless profile, suitable for author self-inspection and CI gating.
Read More